@charset "utf-8";

/* CSS Document */
*{
    
}
.w1400 {
    width: 86%;
    margin: 0 auto;
    max-width: 1400px;
   
}

.header {
    position: relative;
}
.header .header-inner {
/*    width: 73%;
    margin: 0 auto;*/
    background-color: #fff;
    padding: 19px 0;
    height: 42px;
    position: relative;
}
.header .header-inner .header-logo {
    background: url(../images/index_logo.png);
    width: 200px;
    height: 42px;
    display: block;
    float: left;
    margin-right:100px;
}
.header .header-inner ul.nav {
/*    margin-left: 5%;*/
    float: left;
   width: 60%;
    position: relative;
}


/*顶部搜索框*/
.header .header-inner  .searchbox{
    position: absolute;
    right: 30px;
    top: 20px;
    border-bottom: 1px solid;
    height: 42px;
    z-index: 12;
    background-color: #fff;
    width: 0;
/*    width: 78.5%;*/
}     

.header .header-inner .search-wrap{
    height: 42px;
    position: relative;  
    display: inline;
    float: right
}    
.header-inner .searchbox input{
    width: 100%;
    height: 40px;
    border: none;
    border:0;
    outline: none;
    color: #333;
    font-size: 16px;
}
.header-inner ul.nav  li {
    float: left;
    padding: 0 6.7% 0 0;
    position: relative;
}
.header-inner ul.nav  li .nav-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
        height: 130px;
    background-color: #f2f2f2;
}
.header-inner ul.nav  li a {
    display: block;
    border-bottom: 2px solid #fff;
    color: #1a1a1a;
    font-size: 16px;
        height: 42px;
    line-height: 42px;
    position: relative;
}

.header-inner ul li a:before{
    content: '';
    position: absolute;
    display: inline-block;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #003a8b;
}
.header-inner ul li a:hover:before{
    width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1);
}
.header-inner ul li.hover a:before{
     content: '';
    position: absolute;
    display: inline-block;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #003a8b;
}


.header-inner ul.nav  li.on a{
    border-bottom: 2px solid #003a8b;
    color: #003a8b;
}
.header-inner ul.nav  li:hover a{
	color: #003a8b;
  /*  border-bottom: 2px solid #003a8b;*/
}
.header-inner .search-btn{
	float: right;
	width: 24px;
	height: 42px;
}
.header-inner .search-btn  img{
    display: block;
    cursor: pointer;
}
.header-inner .search-btn a{
    background:url(../images/index_search_icon.png);
    width: 24px;
    height: 42px;
    display: none;
       cursor: pointer;
}
/*二级导航开始*/
.header .nav-box{
	background-color: #f2f2f2;
    position: absolute;
    z-index: 500;
    width: 100%;

}
.header .nav-box .nav-box-inner{
    padding: 30px 0;
    overflow: hidden;
}
.nav-box-inner .nav-sub-list .sub-info{
	width: 256px;
	padding: 0 0 0 44px;
    float: left;
}
.nav-box-inner .nav-sub-list h3{
    font-size: 28px;
    margin-bottom: 10px;
}
.nav-box-inner .nav-sub-list span{
    color: #003a8b;
    font-family: "Arial";
}
.nav-box-inner .nav-sub-list{
    overflow: hidden;
}
.nav-box-inner .nav-sub-list .sub-nav{
    float: left;
    margin-left: -40px;

}
.nav-sub-list .sub-nav ul li{
    float: left;
    height: 50px;
    line-height: 50px;
/*    padding-right: 10px;*/
    background:url(../images/nav_sub_arrow.png) no-repeat right center;
}
.nav-sub-list .sub-nav ul li a{
   padding:0 35px 0 40px; 
   font-size: 16px;  
   height: 42px;
   line-height: 42px;
   color: #666666;
}
.nav-sub-list .sub-nav ul li a:hover{
    color: #003a8b;
}
.main-box{
    min-height: 500px
}

/*底部区块*/
.footer{
    background-color: #212121;
    max-height: 230px;
    overflow: hidden;
    width: 100%;
}
.footer .footer-inner{
    height: 100%;
}
.footer-top{
    position: relative;
    padding: 24px 0;
}
.footer-top .footer-fri-link {
    width: 65%;

}
.footer-top .footer-fri-link h4{
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #4d4d4d;
    padding:0 0 10px 0;
    margin-bottom: 6px;
}
.footer-fri-link .fri-link-box{
    line-height: 30px;
}
.footer-fri-link .fri-link-box span{
    float: left;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right:5px;
}
.footer-fri-link .fri-link-box ul{
    width: 80%;
    float: left;
    overflow: hidden;
}
.footer-fri-link .fri-link-box ul li{
    float: left;
}
.footer-fri-link .fri-link-box ul li a{
    font-size: 14px;
    color: #808080;
    padding-right: 34px;
}
.footer-fri-link .fri-link-box ul li a:hover{
    color: #fff;
}
.footer-fri-link .fri-link-box em{
    float: right;
    cursor: pointer;
    background:url(../images/fri_tog.png) no-repeat;
    width: 14px;
    height: 14px;
    line-height: 42px;
    margin-top: 14px;
    display: none;
}
.footer-fri-link .fri-link-box .tog{
   background:url(../images/fri_tog_01.png) no-repeat;  
}

.footer-top  .footer-fri-qr{
    width: 244px;
    border:1px solid #333;
}
.footer-top .footer-fri-qr .left-tit{
	width: 128px;
	overflow: hidden;
	text-align: center;
    padding:29px 0;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.footer-top .footer-fri-qr .qr-img{
    width: 116px;     
}
.footer-top .footer-fri-qr .qr-img img{
    width: 100%;
}
.footer-top .footer-fri-qr .left-tit span{
    display: block;
}
.footer-inner .copy-right{
    font-size: 14px;
    border-top: 1px solid #404040;
    position: relative;
    height: 42px;
}
.footer-inner .copy-right span{
      color: #666666;
    height: 42px;
    line-height: 42px;
}
.footer-inner .copy-right i.hashover{
    font-style: normal;
}
.footer-inner .copy-right a.hashover:hover{
    color: #fff;
}
.footer-inner .copy-right span a{

    color: #666666;
    height: 42px;
    line-height: 42px;

}
.footer-inner .copy-right .contact-us2{
    display: block;
    float: right;
    margin-top: 6px
}
.footer-inner .copy-right .contact-us2 a{
        color: #666666;
}
.footer-inner .copy-right .fr_line {
    padding: 0px 12px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-top: 5px;
}

.foot-support {
    /*float: left;*/
    margin-top: 12px;
    float: left;
    margin-left: 34px;
     color: #666666;
}
.foot-support  a{
     color: #666666;
}
.foot-support b{
    font-weight: normal;

}
.foot-support .title{
    float: left;
}
.foot-support ul li:hover a{
    color: #fff;
}
.foot-jszc li{
height: 28px;

}
/*返回顶部按钮*/
.back-top{
    display: none;
    position: fixed;
    /*right: 35px;*/
   	right: 1.8%;
    bottom: 35px;
    height: 60px;
    width: 50px;
    background: url(../images/index_arrow_bg.png) no-repeat;
    cursor: pointer;
    z-index:100;
}
.back-top:hover{
  background: url(../images/index_arrow_bg2.png) no-repeat;   
}
.back-top img{
    position:absolute;
    left: 50%;
    top: 50%;
    margin-left:-12px;
    margin-top: -17px;
}

/*分页*/
/***** global-page ****/
.global-page-box {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 14px 0 0 0;
  white-space: nowrap;
}
.global-page-box a {
  min-width: 38px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 5px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  font-family: '微软雅黑';
  border:1px solid #e6e6e6;
  border-radius: 2px;
  color: #808080;
}
.global-page-box a:hover,
.global-page-box a.current {
  border:1px solid #2795e8;
  color:#2795e8; 
}
.global-page-box .page-prev {
  background-image: url(../images/btn_prev_03.png);
}
.global-page-box .page-next {
  background-image: url(../images/btn_next_03.png);
}
.inner-sublink2{
    height: 40px;
    line-height: 40px;
    background-color: #e6e6e6;
}
.inner-sublink2 .crumbs a {
    float: left;
    display: block;
    font-size: 14px;
    color: #999999;
    background: url(../images/inner_sub_arr.png) no-repeat left center;
    padding-left: 14px;
}
.inner-sublink2 .crumbs a:hover{
    color: #003a8b;
}
.inner-sublink2 .crumbs a.home {
    background: url(../images/inner_sub_home.png) no-repeat left center;
    padding-left: 28px;
    margin-right: 10px
}
.inner-sublink2 .crumbs a.now {
    color: #333333;
    font-size: 14px;
    margin-left: 10px;
}
.inner-sublink2 .crumbs a.now:hover{
     color: #003a8b;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.btn {
    min-width: 8.75em;
    height: 2.625em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1em;
    line-height: 2.625em;
    color: #333;
    background-color: #ccc;
    border: solid 1px #ccc;
    margin: 0 1.8%;
    padding: 0 0.625em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
    opacity: 1;
    position: relative;
}

/**** add ****/
.mCSB_scrollTools{
	width: 2px;	
}
